home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1358 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  1.4 KB  |  46 lines

  1. on(press){
  2.    _root.dis = 2;
  3.    if(_root.inven._currentframe == 1)
  4.    {
  5.       if(_root.micon._currentframe == 1 && _root.range == true)
  6.       {
  7.          _root.next_dis1 = 2;
  8.          _root.next_txt1 = "I need to put money in.";
  9.       }
  10.       if(_root.micon._currentframe == 2)
  11.       {
  12.          _root.next_dis1 = 2;
  13.          _root.next_txt1 = "That\'s the new, power drink machine.  It costs 75 cents for one of those energy drinks.";
  14.       }
  15.       if(_root.micon._currentframe == 46 && _root.range == true)
  16.       {
  17.          if(_root.talk1 == 2)
  18.          {
  19.             if(_root.even39 == 1)
  20.             {
  21.                _root.even38 = 1;
  22.                _root.fade.gotoAndPlay(1);
  23.                stopAllSounds();
  24.                _root.micon.gotoAndStop(1);
  25.                _root.gotoAndStop(58);
  26.             }
  27.             else
  28.             {
  29.                _root.next_dis1 = 2;
  30.                _root.next_txt1 = "I should save whatever money I can find to get a corsage.";
  31.             }
  32.          }
  33.          else
  34.          {
  35.             _root.next_dis1 = 2;
  36.             _root.next_txt1 = "I\'m not thirsty right now.";
  37.          }
  38.       }
  39.       if((_root.micon._currentframe == 45 || _root.micon._currentframe == 21) && _root.range == true)
  40.       {
  41.          _root.next_dis1 = 2;
  42.          _root.next_txt1 = "I still don\'t have enough money.";
  43.       }
  44.    }
  45. }
  46.